﻿@charset "utf-8";
/* CSS Document */


.error {
    color:red;
}


.Mask {
    width:100%; 
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    background-color:#000;
    filter:alpha;
    opacity:0.6;
}

.MsgLightBox {
    background: none repeat scroll 0 0 #000000;
    border-radius: 10px 10px 10px 10px;
    bottom: 50%;
    color: #FFFFFF;
    left: 45%;
    opacity: 0.8;
    padding: 10px;
    position: fixed;
    text-align: center;
    width: 200px;
    z-index: 9999;
    font-size: 12px;
}

a:focus { outline: none; }